home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / libraries.dtd < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.     OpenOffice.org - a multi-platform office productivity suite
  5.  
  6.     $RCSfile: libraries.dtd,v $
  7.  
  8.     $Revision: 1.4 $
  9.  
  10.     last change: $Author: rt $ $Date: 2005/09/09 16:07:34 $
  11.  
  12.     The Contents of this file are made available subject to
  13.     the terms of GNU Lesser General Public License Version 2.1.
  14.  
  15.  
  16.       GNU Lesser General Public License Version 2.1
  17.       =============================================
  18.       Copyright 2005 by Sun Microsystems, Inc.
  19.       901 San Antonio Road, Palo Alto, CA 94303, USA
  20.  
  21.       This library is free software; you can redistribute it and/or
  22.       modify it under the terms of the GNU Lesser General Public
  23.       License version 2.1, as published by the Free Software Foundation.
  24.  
  25.       This library is distributed in the hope that it will be useful,
  26.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  27.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  28.       Lesser General Public License for more details.
  29.  
  30.       You should have received a copy of the GNU Lesser General Public
  31.       License along with this library; if not, write to the Free Software
  32.       Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  33.       MA  02111-1307  USA
  34.  
  35. -->
  36.  
  37. <!ENTITY % boolean "(true|false)">
  38.  
  39. <!ELEMENT library:libraries (library:library)*>
  40. <!ATTLIST library:libraries 
  41.     xmlns:library CDATA #FIXED "http://openoffice.org/2000/library" 
  42.     xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
  43. >
  44.  
  45. <!ELEMENT library:library EMPTY>
  46. <!ATTLIST library:library 
  47.     library:name CDATA #REQUIRED
  48.     xlink:href CDATA #IMPLIED
  49.     xlink:type CDATA #IMPLIED
  50.     library:link %boolean; #REQUIRED
  51.     library:readonly %boolean; #IMPLIED
  52. >
  53.  
  54.